Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Profile doc

The profile document is named "wmrprofile - <user name>" where <user name> is the user's name in canonical format.

Recreate it with a some Lotusscript like so:

Sub Click(Source As Button)
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db=session.CurrentDatabase
Set doc=db.GetProfileDocument("wmrprofile - cn=bruce wayne/o=gotham")
Call doc.remove(True)
If doc Is nothing Then MsgBox "Profile Document is Successfully Removed"
End Sub

Keep in mind that it might just be easier to test with a brand new redirect database.


Feedback response number ALAS85LHD2 created by ~Dexter Elfreesonakoi on 05/19/2010

Redirect - 8.5.1 (~Delores Umkiko... 14.May.10)
. . Can you post the contents of the me... (~Pippy Umveluly... 14.May.10)
. . . . Meta tag (~Delores Umkiko... 14.May.10)
. . . . . . Meta tag - correction (~Delores Umkiko... 14.May.10)
. . . . . . . . database name missing (~Ethan Dwotoobe... 17.May.10)
. . . . . . . . . . Database missing (~Delores Umkiko... 17.May.10)
. . . . . . . . . . Profile doc (~Ethan Dwotoobe... 19.May.10)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS